home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / introtext.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2000-10-31  |  380 b   |  20 lines

  1. if(showed == total)
  2. {
  3.    if(mstop.substr("1","1") eq "2")
  4.    {
  5.       status = "finished";
  6.       stop();
  7.    }
  8.    else if(mstop.substr("1","1") eq "1")
  9.    {
  10.       nsecs = mstop.substr("3","3");
  11.       set("return","fadeout");
  12.       gotoAndStop("wainnsec");
  13.       play();
  14.    }
  15.    else if(mstart.substr("1","1") eq "3")
  16.    {
  17.       gotoAndStop("waitfadeout");
  18.    }
  19. }
  20.